home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.coast.net!torn!govonca3!millsp
- From: millsp@gov.on.ca (Phill Mills)
- Newsgroups: comp.lang.c++
- Subject: Re: PC/Mac C++ Cross Compiler Wanted
- Date: 9 Feb 1996 19:45:52 GMT
- Organization: Government of Ontario
- Message-ID: <4fg89g$oap@govonca3.gov.on.ca>
- References: <4f7vdl$em0@news.cc.ucf.edu> <4f9571$r7t@knot.queensu.ca>
- NNTP-Posting-Host: 192.75.156.245
- X-Newsreader: NN version 6.5.0 #12 (NOV)
-
- Wintermute <3mal5@qlink.queensu.ca> writes:
-
- >buckley@vsl.ist.ucf.edu (Bob Buckley) wrote:
- >>I'm looking for a C++ Cross Compiler to develop an application for both
- >>PC and Mac. I am looking for a package with single GUI and I/O Port
- >>interfaces. Preferrably, PC Based.
-
- >I just got Metrowerks Codewarrior 8 today. It compiles for Macintosh 68K,
- >PowerPC, and PC 80x86. I believe (never tried it) that so long as you use
- >PowerPlant (their class library) the gui will run under Windows as well.
-
- Actually, PowerPlant is Mac-only. For x86 development, they've supplied
- MFC v4.
-
- The likliest way to do cross-platform development with CW 8 would be to
- write you application-specific stuff as generic classes without PP or
- MFC dependencies. Then you could create different projects for MFC
- and PP so that each target app looked like it belonged on its GUI/platform.
-